object frmDisk: TfrmDisk Left = 236 Top = 119 AutoScroll = False Caption = '#' ClientHeight = 144 ClientWidth = 212 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = OnActivate PixelsPerInch = 120 TextHeight = 16 object ChooseDiskNr: TLabel Left = 10 Top = 20 Width = 88 Height = 16 Caption = 'ChooseDiskNr' end object txtNr: TEdit Left = 69 Top = 59 Width = 60 Height = 24 TabOrder = 0 Text = '1' end object UpDown1: TUpDown Left = 129 Top = 59 Width = 19 Height = 24 Associate = txtNr Min = 1 Max = 32760 Position = 1 TabOrder = 1 Wrap = False end object OKBtn: TBitBtn Left = 69 Top = 98 Width = 80 Height = 31 Cursor = crHandPoint TabOrder = 2 OnClick = OKBtnClick Kind = bkOK end end